From a79ee7c41304bc405537be1de41a1dab542676fc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Apr 2011 16:02:03 -0700 Subject: [PATCH] * fns.c (weak_hash_tables): Now static. --- src/ChangeLog | 2 ++ src/fns.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index d314534eb9a..be11058087c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-04-13 Paul Eggert + * fns.c (weak_hash_tables): Now static. + * fileio.c: Make symbols static if they're not exported. (auto_saving, auto_save_mode_bits, auto_save_error_occurred): (Vwrite_region_annotation_buffers): Now static. diff --git a/src/fns.c b/src/fns.c index 9ced09c38f6..2fee34eaf22 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3351,7 +3351,7 @@ base64_decode_1 (const char *from, char *to, EMACS_INT length, /* The list of all weak hash tables. Don't staticpro this one. */ -struct Lisp_Hash_Table *weak_hash_tables; +static struct Lisp_Hash_Table *weak_hash_tables; /* Various symbols. */ -- 2.30.2